ComponentOne Xamarin.Android
CanReplace Method (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : CanReplace Method
Syntax
'Declaration
 
Public Overridable Function CanReplace( _
   ByVal index As Integer _
) As Boolean
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim index As Integer
Dim value As Boolean
 
value = instance.CanReplace(index)
public virtual bool CanReplace( 
   int index
)

Parameters

index
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members